home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DSX20D.ARJ / DOSNIX.DOC < prev    next >
Text File  |  1992-07-24  |  67KB  |  2,208 lines

  1. ~
  2.  
  3.       DOSNIX.DOC (this file) has been keyed for use with HELP.BAT and
  4.     READ.  For on-line help merely type "help" and the name of the subject
  5.     with which you want help.  To search for subjects while in READ, begin
  6.     the search string with a ~ (tilde).
  7.  
  8.       For help from anywhere on your system, READ.EXE and HELP.BAT should 
  9.     be in a directory pointed to by the PATH command and you should put 
  10.     the full path name for DOSNIX.DOC in HELP.BAT.  For example: 
  11.  
  12.             READ +\~%1 C:\DOSNIX\DOSNIX.DOC
  13.  
  14.  
  15.  
  16.                 HELP INDEX
  17.  
  18.  
  19.         Introduction            LS
  20.         General                    MV
  21.         STDIN                    MVDIR
  22.         STDOUT                    READ
  23.         Commands            RM
  24.             APP                 RN
  25.             CAT                SGREP
  26.             CHMOD                SPLIT
  27.             CLR                TEE
  28.             CP                TOLOWER 
  29.             CPDIR                TOUCH
  30.             DB                TOUPPER
  31.         EDC                WC
  32.         FFIND                Registration
  33.         GET
  34.  
  35.  
  36.  
  37.  
  38. ~introduction
  39.  
  40.  
  41.                             DOSNIX ver. 2.0d
  42.                (Enhanced Version)
  43.              A Product of Chenango Shoreware
  44.                      Copyr. 1990,1992 by  G. Vrooman
  45.                           All rights reserved.
  46.  
  47.  
  48.         DOSNIX is a collection of UNIX style file management and text
  49.     utilities which will increase the power and flexibility of your
  50.     system.  DOSNIX provides many of the features which UNIX users
  51.     take for granted along with some features not even found on UNIX
  52.     systems.  It is not a UNIX clone but it is very compatible with UNIX 
  53.     conventions.  Users who are familiar with UNIX will have no trouble
  54.     learning DOSNIX.  Other users may find DOSNIX a good tool for learning 
  55.     UNIX.  Some of the programs included with DOSNIX are:
  56.  
  57.  
  58.     CHMOD -    This version of the UNIX CHMOD command has been adapted
  59.              to work with MSDOS file attributes.  It will allow you
  60.              to change the attributes of any file and allow you to
  61.              create read only, hidden and system files.
  62.  
  63.     CLR -      A utility which will allow you to customize your screen 
  64.          colors from the command line.  CLR will work properly with or
  65.          without ANSI.SYS.
  66.  
  67.     CP -       The UNIX counterpart of the DOS COPY command.  CP will
  68.              allow you to copy hidden and system files, and the DOSNIX
  69.              version will not overwrite existing files without warning
  70.              you.  CP can handle wild cards and multiple arguments and
  71.          will even allow you to format a new floppy disk if the first
  72.          one gets filled up.  CP also has options to utilize the archive 
  73.          bit or to copy files interactively.
  74.  
  75.     DB -       The famous "delete but" command will delete all except
  76.              specified files.  This command is not UNIX but it is a
  77.              great tool for cleaning up around ZIP, ARC and other archive
  78.              files.
  79.  
  80.     EDC -      Easy Directory Change.  This utility will allow you to
  81.          change directories without typing out long path names.
  82.          EDC can also be used to display a visual directory tree
  83.          on your screen.
  84.  
  85.     FFIND -    FFIND is a file locator in the tradition of the UNIX FIND
  86.              command.  Although FFIND does not have the power and scope
  87.              of the UNIX version, it is much easier to use.  FFIND will
  88.              locate files on any drive and will accept wild cards.  It
  89.              will also locate hidden and system files and has options
  90.              to remove unwanted files.
  91.  
  92.  
  93.  
  94.  
  95.  
  96.     LS -       The venerable UNIX directory lister.  LS has been spruced 
  97.          up and given another sort and two new display modes.  LS will 
  98.          now display directories sorted by file size as well as name, 
  99.          extension or date.  LS can list files in one, two, four or five 
  100.          column formats, sorted by row or by column, and offers a choice 
  101.          of upper or lower case output.  LS also offers reverse sorting
  102.          and a choice of switch characters. Default options can be set 
  103.          from the environment.
  104.  
  105.  
  106.     MV -       A fast powerful file mover, MV is used to relocate files
  107.              without performing separate COPY and  DEL commands.  MV can
  108.              be used to move files to any directory or to any drive.
  109.  
  110.     MVDIR -    The UNIX directory move utility.  MVDIR will relocate
  111.          complete directory trees and this version will even
  112.          move them to another drive.
  113.  
  114.     READ -     A highly modified version of the UNIX PG or MORE command,
  115.             READ is a handy text file viewer which will recognize both UNIX 
  116.          and keypad commands and will read from STDIN or directly from
  117.          files.  READ can now handle extended text modes such as 80 X 30,
  118.          80 X 60 and even 132 column modes.
  119.  
  120.     RM -       More powerful than the DOS DEL command, this utility
  121.              will remove complete directory structures and is great
  122.              for erasing floppies.  Unlike some UNIX versions, RM
  123.              will warn you before doing anything drastic.
  124.  
  125.  
  126.         DOSNIX also includes versions of the CAT, TEE and TOUCH commands.
  127.  
  128.  
  129.  
  130.  
  131. ~general
  132.  
  133.  
  134.     INSTALLING DOSNIX:
  135.  
  136.       DOSNIX is intended primarily for hard drives although    individual 
  137.     DOSNIX utilities can be copied to a floppy disk.  To install DOSNIX 
  138.     on your hard drive you can copy the files to any convenient directory,
  139.     such as C:\DOSNIX and add the directory to the PATH statement in your
  140.         AUTOEXEC.BAT file.  If you don't have an AUTOEXEC.BAT file you can 
  141.     make one with the following two lines:
  142.  
  143.                         PATH = C:;C:\DOSNIX
  144.                         PROMPT $P$G
  145.  
  146.     This will get you up and running with DOSNIX.
  147.  
  148.  
  149.     DOSNIX OPTIONS:
  150.  
  151.       Most DOSNIX commands have a simple format which can be enhanced by 
  152.     the use of UNIX style option strings.  The option string is always 
  153.     the first argument after the command and usually begins with a "-".  
  154.     See the Command Summary for the options available with each command.
  155.  
  156.       If you are used to MSDOS switches and find this awkward you can 
  157.     insert the following line in your AUTOEXEC.BAT file:
  158.  
  159.         SET SWITCH=/     (No space before or after "=")
  160.  
  161.     All commands except CHMOD and READ will then recognize a "/" as an 
  162.     option delimiter.  If you don't use this feature, you can use slashes 
  163.     in path names, as in UNIX, and they will be converted to back slashes.
  164.  
  165.  
  166.  
  167.     INSTANT HELP:
  168.  
  169.       This document has now been keyed for quick command searches and
  170.     a HELP.BAT file has been included.  To obtain on-line help, type 
  171.     "help" and the name of the subject with which you want help.  In
  172.     addition, a brief summary of most commands can be obtained by typing 
  173.     the name of the command followed by a "-?". 
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.     USING DOSNIX:
  181.  
  182.       DOSNIX is based on UNIX although the author has simplified some 
  183.     commands and enhanced others.  Other commands have been modified
  184.     slightly to make them more compatible with MSDOS. If you are familiar 
  185.     with UNIX you should have no problem with DOSNIX. If you are not 
  186.     familiar with UNIX, books on the subject are available in most book 
  187.     stores.  My own personal favorite, if you can still find it, is:
  188.  
  189.                 UNIX SYSTEM V PRIMER
  190.                 Waite, Martin & Pratha
  191.                 Howard W. Sams & Co., Inc.
  192.  
  193.     This book offers a lightly humorous treatment of UNIX and much of it 
  194.     is applicable to DOSNIX.
  195.  
  196.       DOSNIX has a great many options and features, which can be 
  197.     bewildering to the novice user.  Pick out the commands and options 
  198.     you need the most and get familiar with them before moving on.  LS 
  199.     is a great directory lister and it is a lot fun to play around with, 
  200.     but the -l option is all most people  will ever need.  The same is 
  201.     true with other commands. The options are there if you need them but 
  202.     don't feel you need to learn every one.
  203.  
  204.       You can experiment with DOSNIX by making a scratch directory or 
  205.     floppy and playing around with different commands. This procedure is 
  206.     highly recommended for destructive commands such as RM and DB.
  207.  
  208.  
  209.     COMPATIBILITY:
  210.  
  211.       DOSNIX was written and tested using an XT clone with Phoenix BIOS 
  212.     and MSDOS 3.1 and 3.3.  It was written very conservatively and should 
  213.     be upwardly compatible with with MSDOS 4.x, 5.x and most AT and 386
  214.     class machines.  Compatibility with MSDOS 2.x is not guaranteed.
  215.     Some utilities, such as READ and CLR, use BIOS level screen and 
  216.     keyboard functions and require an IBM compatible BIOS.  Because all 
  217.     utilities use small or medium memory models, they should not require 
  218.     more than 256k of memory to run.  
  219.  
  220.  
  221.     NOTE:
  222.  
  223.     UNIX is a registered trademark of AT&T Corporation.
  224.     MSDOS is a registered trademark of Microsoft Corporation.
  225.  
  226.  
  227.  
  228. ~stdin  ~stdout
  229.  
  230.  
  231.             STANDARD INPUT (STDIN) AND STANDARD OUTPUT (STDOUT)
  232.  
  233.  
  234.       DOSNIX utilities make extensive use of STDIN and STDOUT.  STDIN
  235.     is the keyboard unless you decide to redirect it.  STDOUT is the
  236.     screen unless you decide to redirect it.  Redirection is done by
  237.     using the MSDOS operators; <, >, >> and |.
  238.  
  239.     <     used with a program that normally reads from STDIN.  It 
  240.         tells MSDOS to use the contents of a file for STDIN.
  241.         For example: 
  242.  
  243.             more < dosnix.doc
  244.  
  245.           
  246.     >    writes STDOUT to a file.  For example:
  247.  
  248.             cat dosnix.doc
  249.  
  250.         writes DOSNIX.DOC to the screen, while
  251.  
  252.             cat dosnix.doc > another.doc
  253.  
  254.         copies DOSNIX.DOC to ANOTHER.DOC.
  255.  
  256.  
  257.     >>    appends STDOUT to an existing file or writes STDOUT
  258.         to a new file.  For example:
  259.  
  260.             cat quickref.doc >> dosnix.doc
  261.  
  262.         appends QUICKREF.DOC to DOSNIX.DOC.  Unfortunately
  263.         this operator will leave an unwanted CTRL-Z between
  264.         the two files.  For this reason, DOSNIX includes an 
  265.         APP command.
  266.  
  267.  
  268.     |    The pipeline operator. Uses STDOUT as STDIN for a
  269.         second program.  For example:
  270.  
  271.             cat *.doc | read
  272.  
  273.         pipes all files with an extension of .DOC to READ.
  274.  
  275.  
  276.  
  277.       UNIX and DOSNIX provide an additional command, TEE, which
  278.     will write STDOUT to the screen and store it in a file at
  279.     the same time.  For example:
  280.  
  281.             cat dosnix.doc | tee another.doc
  282.  
  283.     writes DOSNIX.DOC to the screen and stores it in ANOTHER.DOC.
  284.  
  285.  
  286.  
  287. ~commands
  288.  
  289.  
  290.                         LIST OF DOSNIX COMMANDS
  291. -------------------------------------------------------------------------------
  292.  
  293.  
  294.         APP             append standard input to file(s).
  295.  
  296.         CAT             Copy text file(s) to standard output.
  297.  
  298.         CHMOD           Modify attribute(s) of file.
  299.  
  300.         CLR             Set screen foreground, background and border colors.
  301.  
  302.         CP              Copy file to new file or directory.
  303.  
  304.         CPDIR           Copy directory and all subdirectories. 
  305.  
  306.         DB              Delete all files except specified files.
  307.  
  308.     EDC        Easy Directory Change.
  309.  
  310.         FFIND           Find all copies of file in specified path.
  311.  
  312.         GET             Find all filenames containing specified string. 
  313.  
  314.         LS              List contents of directory.
  315.  
  316.         MV              Move file to new file or directory.
  317.  
  318.         MVDIR           Move directory and all subdirectories to new location.
  319.  
  320.         READ            Display text file in page format.
  321.  
  322.         RM              Remove file(s).
  323.  
  324.         RN              Rename file or directory.
  325.  
  326.     SGREP        Search  text file(s) for specified string.
  327.  
  328.     SPLIT        Split a text file into several smaller files.
  329.  
  330.         TEE             Copy standard input to standard output and file(s).
  331.  
  332.         TOLOWER         Convert standard input to lower case.
  333.  
  334.         TOUCH           Modify file time and date.
  335.  
  336.         TOUPPER         Convert standard input to upper case.
  337.  
  338.     WC        Count lines, words and characters in a file.
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.                         SUMMARY OF DOSNIX COMMANDS
  347. ------------------------------------------------------------------------------
  348. ~app
  349.  
  350.  
  351.     NAME:
  352.  
  353.     APP     Append standard input to file.
  354.  
  355.  
  356.     SYNTAX:
  357.  
  358.     app  file1 [file2..file5]               Appends standard input to up 
  359.                         to five files.
  360.  
  361.  
  362.  
  363.     DESCRIPTION:
  364.  
  365.       APP is a non-UNIX command meant to replace the DOS ">>" operator.  
  366.     Using ">>" to append files will not remove the CTRL-Z from the end of 
  367.     the first file before appending, but using APP will.  APP can be  used
  368.     with the dos "|" operator and any command which writes to standard 
  369.     output.  For example:
  370.  
  371.                 cat file1 file2 | app file3
  372.  
  373.     appends the output of CAT to file3.  See CAT.
  374.  
  375.                 app < file1 file2     
  376.  
  377.     appends file1 to file2.
  378.  
  379.     WARNING:  Do not use "app < file1 > file2".  This will erase file2.
  380.  
  381.     APP is meant for use with text files only and use with binary files 
  382.     is not recommended.
  383.  
  384.  
  385.  
  386. ~cat
  387.  
  388.  
  389.     NAME:
  390.  
  391.     CAT     Copy text file(s) to standard output.
  392.  
  393.  
  394.     SYNTAX:
  395.  
  396.  
  397.     cat                             Copies standard input to standard 
  398.                     output.
  399.  
  400.     cat file1                       Copies file1 to standard output. 
  401.                     Usually the screen.
  402.  
  403.     cat file1 file2 > file3         Concatenates file1 and file2 and 
  404.                     stores in file3.
  405.  
  406.  
  407.  
  408.  
  409.     DESCRIPTION:
  410.  
  411.       CAT reads one or more files and copies them to STDOUT.  If no input 
  412.     file is given, CAT will read STDIN until a CTRL-Z is found.  For 
  413.     example:
  414.  
  415.                         cat *.c > csource.txt
  416.  
  417.     will concatenate all files with an extension of .C and store
  418.     them in CSOURCE.TXT.
  419.  
  420.                         cat file1 file2 | app file3
  421.  
  422.     concatenates file1 and file2 and appends the result to file3.
  423.  
  424.                         cat > temp
  425.  
  426.     stores whatever is typed on the keyboard in TEMP and is similar to the 
  427.     DOS command COPY CON TEMP.  CTRL-Z can be used to terminate this 
  428.     operation.
  429.  
  430.     Some versions of CAT will copy the CTRL-Z at the end of    each file, 
  431.     leaving you stuck with a lot of unwanted CTRL-Z's in your new file.  
  432.     This version wont.
  433.  
  434.     CAT is meant for use with text files only and use with binary files 
  435.     is not recommended.
  436.  
  437.  
  438.  
  439. ~chmod
  440.  
  441.  
  442.     NAME:
  443.  
  444.     CHMOD   Change attribute(s) of a file.
  445.  
  446.  
  447.     SYNTAX:
  448.  
  449.     chmod [+x] file1                Adds attribute x to file1
  450.  
  451.     chmod [-x] file1                Removes attribute x from file1
  452.  
  453.  
  454.  
  455.     ATTRIBUTES:
  456.  
  457.     +a                              Set archive bit.
  458.     -a                              Clear archive bit.
  459.     +h                              Add hidden attribute.
  460.     -h                              Remove hidden attribute.
  461.     +r                              Add read only attribute.
  462.     -r                              Remove read only attribute.
  463.     +s                              Add system attribute.
  464.     -s                              Remove system attribute.
  465.  
  466.  
  467.  
  468.     DESCRIPTION:
  469.  
  470.       CHMOD is used to modify the attributes of a file.  Attributes can 
  471.     be grouped together in any sequence but each attribute must be 
  472.     preceded by a "+" or a  "-".  For example:
  473.  
  474.                         chmod -a *.*
  475.  
  476.     removes the archive bit from all files in the current directory,
  477.  
  478.                         chmod -a+r list.txt
  479.  
  480.     removes the archive bit and makes LIST.TXT read only,
  481.  
  482.                         chmod +h+s widget.com
  483.  
  484.     makes WIDGET.COM a hidden, system file.
  485.  
  486.  
  487.  
  488. ~clr
  489.  
  490.  
  491.     NAME:
  492.  
  493.     CLR   Set foreground, background and border colors.
  494.  
  495.  
  496.  
  497.     SYNTAX:
  498.  
  499.     clr                Clears screen without resetting 
  500.                     attributes.
  501.  
  502.     clr [-ab] fgnd [bkgnd [brdr]]   Sets screen foreground, background
  503.                     and border colors.
  504.  
  505.  
  506.     OPTIONS:
  507.  
  508.         
  509.     a        ANSI compatible mode.
  510.                 
  511.     b               Set foreground Bold attribute to ON.
  512.  
  513.  
  514.  
  515.     DESCRIPTION:
  516.  
  517.       CLR sets the screen foreground, background and border colors to 
  518.     those specified by the user.  The following colors are supported:
  519.  
  520.         BLACK   RED     GREEN   YELLOW  AMBER
  521.  
  522.         BLUE    MAGENTA CYAN    WHITE
  523.  
  524.     Because yellow is high intensity amber, it is impossible to have a 
  525.     yellow background.  Border colors will vary with the type of monitor.
  526.  
  527.       If only a foreground color is specified the background color 
  528.     defaults to black.  The border color always defaults to the background 
  529.     color.  To change the background color you need to specify the 
  530.     foreground color.  To change the border color you need to specify 
  531.     foreground and background colors.
  532.  
  533.       For ease of use CLR will recognize the first three letters of any 
  534.     color name.  For example:
  535.  
  536.                         clr yel
  537.  
  538.     sets the foreground color to yellow with a black background and border,
  539.  
  540.                         clr whi blu
  541.  
  542.     sets the foreground color to white and the background and border 
  543.     colors to blue, and
  544.  
  545.                         clr red whi red
  546.  
  547.     sets the foreground color to red, the background color to white and 
  548.     the border color to red.
  549.  
  550.  
  551.  
  552.  
  553.  
  554.       The -b option sets the intensity of the foreground color to high.  
  555.     For example:
  556.  
  557.                         clr -b red
  558.  
  559.     sets the foreground color to high intensity red.
  560.  
  561.       If the screen is cleared after using CLR, and ANSI.SYS is not 
  562.     installed, the screen will return to normal. This can be avoided by 
  563.     using CLR without arguments to clear the screen, or by installing 
  564.     ANSI.SYS.
  565.  
  566.       If ANSI.SYS is installed, CLR will detect it and generate the needed 
  567.     escape codes.  A -a option has been provided to force ANSI mode if 
  568.     needed.  
  569.  
  570.  
  571.  
  572.  
  573. ~cp
  574.  
  575.  
  576.     NAME:
  577.  
  578.     CP      Copy file to new file or directory.
  579.  
  580.  
  581.  
  582.     SYNTAX:
  583.  
  584.     cp [-abcfinopstv] file1 file2    Copies file1 to file2
  585.  
  586.  
  587.         cp [-abcfinopstv] file1 [file2..filen] dir
  588.  
  589.                     Copies any number of files to 
  590.                     directory.
  591.  
  592.         cp [-abcfinopstv] dir1 dir2      Copies files in dir1 to dir2.
  593.  
  594.     cp -m source dest1 [dest2..destn]
  595.  
  596.                           Makes multiple copies of source.
  597.                     Destination may  be  either file or
  598.                     directory.
  599.  
  600.  
  601.     OPTIONS:
  602.  
  603.     a               Copy hidden and system files.  Prompt
  604.                         before overwriting protected files.
  605.         b               Copy only files with archive bit set.
  606.         c               Clear archive bits after copying.
  607.         f               Copy hidden and system files.  Overwrite
  608.                         protected files without prompting.
  609.         i               Interactive mode. Prompts before copying.
  610.         m               Make multiple copies of single file.
  611.         n               No delete. Do not overwrite existing files.
  612.         o               Overwrite existing files without prompting.
  613.                         Does not overwrite protected files.
  614.         p               Preserve file attributes when copying.
  615.         s               Copy files without echoing to screen.
  616.         t               Update file time and date when copying.
  617.         v               Verify files when copying.
  618.  
  619.  
  620.  
  621.     DESCRIPTION:
  622.  
  623.       CP copies one or more files to a new file or directory. If more 
  624.     than one source file is specified or wildcards are used, the last  
  625.     argument must specify an existing directory or an error  will  occur. 
  626.     If a directory is used as a source, all files in the directory will 
  627.     be copied but subdirectories will not be copied.
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.       Each file is echoed to the screen as it is copied and existing  
  635.     files  are not overwritten  without prompting.  If an existing file 
  636.     is protected the user will be notified and prompted a second time 
  637.     before the file is overwritten. Options are provided to override 
  638.     these features when desired.
  639.  
  640.       If a Disk Full error occurs while copying files to a removable 
  641.     device, CP will prompt the user for a new diskette.  The user may 
  642.     either continue, format a new disk or abort at this point.  If a new 
  643.     disk is inserted, CP will create the directory if needed. To format 
  644.     disks, CP needs    to access COMMAND.COM and FORMAT.COM, so set COMSPEC 
  645.     to point to your copy of COMMAND.COM and make sure FORMAT.COM is in a 
  646.     directory pointed to by PATH.
  647.  
  648.       The -i option will prompt the user for a yes or no answer before 
  649.     copying each file.  Used with wildcards or directory names this option 
  650.     provides an interactive method of copying files.
  651.  
  652.       Hidden and system files can be copied using the -a option or the 
  653.     -f option.  If the -f option is used all existing files, even 
  654.     protected files, will be overwritten without prompting the user.
  655.  
  656.       The -o option can be used overwrite existing files but will not 
  657.     overwrite protected files.  If the -n option is used, no files will 
  658.     be overwritten and the user will not be prompted.  The -n option 
  659.     overrides all other options in this respect.
  660.  
  661.       If the -s option is used, files will not be echoed to the screen 
  662.     when copying.  This option can be used with the -o, -f or -n options 
  663.     when no screen output is desired.
  664.  
  665.       Unlike the MV command, file attributes are not carried over and
  666.     the archive bit of the new file is set. The -p option can be used 
  667.     to preserve the attributes of the old file.
  668.  
  669.       In normal use CP will carry over the time and date of the old
  670.     file.  If the -t option is used, the new file will be stamped
  671.     with the current DOS time and date.
  672.  
  673.       A -v option has been added to turn on the DOS verify flag before
  674.     copying.  When the copy is complete the verify flag is restored
  675.     to its former state.
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.       CP can be used for backups with the -b option.  When this option 
  683.     is used, only  archive files are copied.  The -c option will clear 
  684.     the archive bit on both files after the copy is made.  For example:
  685.  
  686.             cp -bco *.* a:\
  687.  
  688.     copies only files in the current directory which have not been backed 
  689.     up.  The archive bits are cleared and any previously existing files 
  690.     on drive A are overwritten.
  691.  
  692.       Sometimes it is  necessary to  copy a  file to  several different 
  693.     drives or directories.  CP can be used with the  -m option to make 
  694.     as many copies of a file as needed.
  695.  
  696.  
  697.  
  698. ~cpdir
  699.  
  700.  
  701.     NAME:
  702.  
  703.     CPDIR   copy directory and all subdirectories.
  704.  
  705.  
  706.  
  707.     SYNTAX:
  708.  
  709.     cpdir [-abcfnopstv] dir1 dir2    Copies dir1 to dir2.
  710.  
  711.  
  712.     OPTIONS:
  713.  
  714.             a               Copy hidden and system files.  Prompt
  715.                             before overwriting protected files.
  716.             b               Copy only files with archive bit set.
  717.             c               Clear archive bits after copying.
  718.             f               Copy hidden and system files.  Overwrite
  719.                             protected files without prompting.
  720.             n               No delete. Do not overwrite existing files.
  721.             o               Overwrite existing files without prompting.
  722.                             Does not overwrite protected files.
  723.             p               Preserve file attributes when copying.
  724.             s               Copy files without echoing to screen.
  725.             t               Update file time and date when copying.
  726.             v               Verify files when copying.
  727.  
  728.  
  729.  
  730.     DESCRIPTION:
  731.  
  732.       CPDIR copies a complete directory to either a new or existing
  733.     directory.  If the target directory does not exist a new directory 
  734.     will be created.  If the target directory does exist it will be used 
  735.     as the starting point. Note the difference between this and the MVDIR 
  736.     command.  Subdirectories will be created when the files are copied.
  737.  
  738.  
  739.       Options are identical to the the CP command with the exception
  740.     of the -i and -m options which are not used.
  741.  
  742.       If a Disk Full error occurs while copying files to a floppy disk,
  743.     CPDIR will prompt the user for a new diskette.  The user may either 
  744.     continue, format a new disk or abort at this point.  To format disks, 
  745.     CP needs to access COMMAND.COM and FORMAT.COM, so set COMSPEC to point
  746.     to your copy of COMMAND.COM and make sure FORMAT.COM is in a directory 
  747.     pointed to by PATH.  When the new diskette is formatted, CPDIR will 
  748.     create all the necessary directories and continue.
  749.  
  750.  
  751.  
  752.  
  753.  
  754. ~db
  755.  
  756.  
  757.     NAME:
  758.  
  759.     DB      Delete all files except specified files.
  760.  
  761.  
  762.     SYNTAX:
  763.  
  764.     db file1..filen                 Deletes all files in directory
  765.                                                 except specified files.
  766.  
  767.  
  768.     OPTIONS:        None
  769.  
  770.  
  771.  
  772.     DESCRIPTION:
  773.  
  774.       DB will delete all files in a directory except the files given as 
  775.     an argument.  Wildcards can be used in arguments but path names are 
  776.     not supported.  DB can only be used in the current directory.  For 
  777.     example:
  778.  
  779.                         db *.zip
  780.  
  781.     will delete all files that do not have an extension of .ZIP and, 
  782.     in fact, DB is an excellent tool for cleaning up around ZIP files 
  783.     and other archives.
  784.  
  785.       DB works by assigning a +h attribute to the specified files and 
  786.     then removing all normal files.  The remaining files are then 
  787.     "unhidden".  This can cause a problem  with previously existing 
  788.     hidden files.  If DB encounters any hidden files it, will safely 
  789.     abort leaving the directory unchanged.  You will then have to use RM.
  790.  
  791.         WARNING: DB can be a deadly weapon if used carelessly.  Use it only 
  792.     when you are sure of what you are doing.
  793.  
  794.  
  795.  
  796.  
  797. ~edc
  798.  
  799.  
  800.     NAME:
  801.  
  802.     EDC    Easy Directory Change
  803.  
  804.  
  805.     SYNTAX:
  806.  
  807.     edc [-options] [d:]dir1            Changes directory to dir1.
  808.     edc -rn dir1 dir2            Renames dir1 to dir2.
  809.  
  810.  
  811.     OPTIONS:
  812.  
  813.     k    Do not pause when screen is full.
  814.     l    Scan drive and list directories.
  815.     m    Create directory and update path file.
  816.     n    Display directory tree without graphics.
  817.     q    Quick scan.  Do not look for extensions.
  818.     r    Remove directory and update path file.
  819.     rn    Rename directory and update path file.
  820.     s    Scan drive. No screen output.
  821.     t    Display directory tree with graphics.
  822.     ?    Display help screen.
  823.  
  824.  
  825.  
  826.     DESCRIPTION:
  827.  
  828.       EDC allows you to change directories by entering only the directory 
  829.     name rather than the whole path name.  For example, if you have a 
  830.     directory  named \MODEM\FILES\ZIP you can reach the directory 
  831.     from anywhere on your drive by entering:
  832.  
  833.             edc zip
  834.  
  835.     instead of:
  836.  
  837.             cd \modem\files\zip
  838.  
  839.     EDC can also find directories if given just the first few letters of  
  840.     the name.  If  you  have a directory named \GAMES\POKER\BIGDECK, 
  841.     entering:
  842.  
  843.             edc big
  844.  
  845.     will  find it.
  846.  
  847.           If  EDC finds  more than one directory with the same name, it 
  848.     will display all directories found and  prompt you  to choose one.
  849.     A new menu has been installed with both a selector bar and a speed
  850.         search feature.  To use speed search, enter the next letter of the
  851.     directory name to narrow the search or use the backspace key to
  852.     widen the search.
  853.  
  854.  
  855.  
  856.  
  857.  
  858.       EDC will locate directories on any hard drive without using a 
  859.     drive spec.  To change to a directory on a floppy  drive, or just
  860.     to speed things up, you can enter the drive spec along with the 
  861.     directory name with no space or slash between them.  For example 
  862.     if you are currently using drive C and you wish to change to 
  863.     B:\GAMES\BOARD\CHECKERS you can enter:
  864.  
  865.             edc b:checkers
  866.         or
  867.  
  868.             edc b:check
  869.  
  870.     A drive spec can be terminated by a semicolon as well as a colon.
  871.     This allows you to change drives without hitting the shift key.
  872.     For example:
  873.  
  874.             edc b;check
  875.  
  876.  
  877.       To install EDC, copy EDC.EXE to the root directory of your boot 
  878.     drive or to any directory pointed  to by the DOS PATH parameter. 
  879.     Then enter:
  880.  
  881.             edc -s
  882.  
  883.        EDC will scan all hard drives for directories and store    them in  
  884.     a file named PATH.EDC which is maintained in the root directory of
  885.     drive C.  Because EDC refers to this file to find directories, 
  886.     it should not be removed.  To scan floppy drives you can enter:
  887.  
  888.             edc -s d:
  889.  
  890.     where "d" is the letter of the drive you are scanning. 
  891.  
  892.  
  893.        If EDC does not find a copy of PATH.EDC when changing directories,
  894.     it will automatically scan the drive for you.  The -s option can 
  895.     be used for updates.  You can lock out undesired drives by setting 
  896.     the environment    variable EDNOSCAN to the letters of the drives that 
  897.     you want to ignore.  For example:
  898.  
  899.             set ednoscan=df
  900.  
  901.     will cause EDC to ignore drives D and F.  
  902.  
  903.  
  904.       If a full path name or one of the standard  DOS directory symbols 
  905.     ("\",  "." or "..") is given, EDC will change directories immediately
  906.     without checking PATH.EDC.
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.       If the -t option is used, EDC will display the directory tree 
  914.     on your screen while it    is scanning.  The screen will pause after 
  915.     displaying each page of information and give you an opportunity
  916.     to choose a directory.  PATH.EDC will not be updated unless the 
  917.     -k option is used.  For redirection to non-IBM printers, the -n 
  918.     option will display the directory tree without using graphics 
  919.     characters.  The -l option will display a list of directories 
  920.     instead of a tree.  
  921.  
  922.       The -l, -n, and -t options are different from the -s option
  923.     in one respect.  If no drive is specified only the current 
  924.     drive will be scanned.  If the -s option is combined with any
  925.     of these options all hard drives will be scanned.
  926.  
  927.  
  928.       If none of your directory names have extensions you can use
  929.     the -q option with any of the above options for quicker scans.
  930.     For example:
  931.  
  932.             edc -sq    or    edc -tq
  933.  
  934.  
  935.      The -m and -r options can be used to create and remove directories.
  936.     Rules for path names are the same as for DOS and PATH.EDC will be 
  937.     updated after each change.  A -rn option has been added to rename 
  938.     directories.  Old and new directories should be be in the same parent 
  939.     directory.  If other commands are used to create and remove 
  940.     directories you will have to rescan the affected drive.
  941.  
  942.  
  943.     NOTE: EDC uses the MSDOS LASTDRIVE parameter to determine the 
  944.     number of available drives on your system.  For best performance 
  945.     insert the following line in CONFIG.SYS:
  946.  
  947.             LASTDRIVE = x
  948.  
  949.         where x is the letter of your last logical drive.
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957. ~ffind
  958.  
  959.  
  960.     NAME:
  961.  
  962.     FFIND   Find all copies of file in specified path.
  963.  
  964.  
  965.     SYNTAX:
  966.  
  967.     ffind [-abdfiklmnr?] [+-=date] [path] filename
  968.  
  969.                         Finds all files in path with
  970.                             the same name.
  971.  
  972.     ffind -e "command {}" [+-=date] [path] filename   
  973.  
  974.                         Executes DOS command when each
  975.                         file is located.
  976.  
  977.     OPTIONS:
  978.  
  979.     a               Include hidden and system files in search.
  980.         b               Batch mode, disable warning prompt.
  981.         d               Include directories in search.
  982.     e        Execute DOS command.
  983.         f               Include floppy drives in search.
  984.         i               Remove files interactively.
  985.     k        No highlights or screen pauses.
  986.         l               Display in long format, showing
  987.                         attributes, size, time and date.
  988.         m               Display totals for each directory.
  989.     n        Display output in lower case.
  990.         r               Remove files when found.
  991.         ?               Display help screen.
  992.  
  993.  
  994.  
  995.     DESCRIPTION:
  996.  
  997.       FFIND will search the specified path for all copies of a given 
  998.     file.  "path" should be a valid directory name or drive spec. If 
  999.     "path" is omitted the search will begin from the root directory of 
  1000.     the current drive.  If "*:" is used for a path FFIND will search all 
  1001.     available hard drives. Wild cards can be used in file names and all 
  1002.     subdirectories will be searched. For example:
  1003.  
  1004.                 ffind *.bak
  1005.         or
  1006.                 ffind \ *.bak
  1007.  
  1008.         will search the entire current drive for all files named with
  1009.         an extension of .BAK.
  1010.  
  1011.                 ffind d: temp
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.         will search all of drive D for all files named TEMP,
  1018.  
  1019.                 ffind *: temp
  1020.  
  1021.         will search all hard drives for all files named TEMP, and
  1022.  
  1023.         ffind \games poker.exe
  1024.  
  1025.         will search the directory \GAMES and all subdirectories for all files 
  1026.     named POKER.EXE.
  1027.  
  1028.  
  1029.       The -r option will delete files when found.  For example:
  1030.  
  1031.         ffind -r c:\ *.bak
  1032.  
  1033.     will search drive c for all files with an extension of .BAK and 
  1034.     remove them.  The -i option is similar to the -r option except that 
  1035.     the user is prompted before each file is removed.  The -r option 
  1036.     provides an initial warning prompt before execution.  If you ever 
  1037.     type "-r" when you really  meant to type "-l" you will appreciate 
  1038.     the need for this.  The -b option will override this feature for 
  1039.     unattended batch file operation.  This option is intended for use in
  1040.     batch files only.  Don't use it from the keyboard, or some day you 
  1041.     will type in "ffind -rb" when you least intend to.  
  1042.  
  1043.       FFIND will locate hidden and system files with the -a option  but 
  1044.     the -r option cannot be used to remove protected files.  Use the -i 
  1045.     option to remove these files.
  1046.  
  1047.           The -l option can be used to display complete information on each 
  1048.     file located and the -k option will disable highlights and screen
  1049.     pauses, allowing the output to be redirected.
  1050.  
  1051.       The -m option will display the total number of matching files in 
  1052.     each directory along with the total number of bytes used.  For 
  1053.     example:
  1054.  
  1055.         ffind -almk c:\ *.* > disk.map
  1056.  
  1057.     will create a complete usage map of the user's hard disk and store 
  1058.     it in DISK.MAP.
  1059.  
  1060.       When "*:" is used as a drive spec, FFIND will ignore floppy drives 
  1061.     unless the -f option is used.  This eliminates the annoying wait
  1062.     on empty floppy drives.  Floppy drives can still be searched
  1063.     directly without using the -f option.
  1064.  
  1065.       A semicolon can now be used to terminate a drive spec in place
  1066.     of a colon.  In addition FFIND will consider ";;" equivalent to
  1067.     "*:" and search all drives.  These modifications save a few
  1068.     key strokes.
  1069.  
  1070.  
  1071.  
  1072.  
  1073.     NOTE: FFIND uses the MSDOS LASTDRIVE parameter to determine the 
  1074.     number of available drives. If FFIND attempts to search non-existent 
  1075.     drives insert the following line in CONFIG.SYS:
  1076.  
  1077.             LASTDRIVE = x
  1078.  
  1079.         where x is the letter of your last logical drive.
  1080.  
  1081.  
  1082.        FFIND can also locate files based on date.  The date parameter
  1083.     should be entered after any switches and before the path and file 
  1084.     arguments.  The date should be preceded by a "+", "-" or "=".
  1085.     For example:
  1086.  
  1087.             ffind -07/04/91 *.*
  1088.  
  1089.     will locate all files created or modified since July 4th, 1991.
  1090.     
  1091.             ffind -l +07/04/1991 *.txt
  1092.  
  1093.     will locate all  .TXT files older than July 4th, 1991 and display
  1094.     them in long format.
  1095.  
  1096.             ffind -r =07/04/1991 d; *.* 
  1097.  
  1098.     will locate and remove all files on drive D which are dated
  1099.     July 4th, 1991. 
  1100.  
  1101.         FFIND can locate files by number of days back as well as 
  1102.     actual date.  For example:
  1103.  
  1104.             ffind =5 *.*
  1105.  
  1106.     will locate all files created exactly five days ago and 
  1107.  
  1108.             ffind -5 *.* 
  1109.  
  1110.     will locate all files newer than five days.
  1111.  
  1112.  
  1113.  
  1114.       FFIND has a -e option which will cause the program to shell 
  1115.     to DOS and execute a command whenever a file is located.  The name 
  1116.     of the located file can be parsed into the command argument by 
  1117.     inserting a pair of braces wherever you want the file to be used.  
  1118.     For example:
  1119.  
  1120.             ffind -e "pkunzip {}" *.zip
  1121.  
  1122.     would unzip all the ZIP files on the current drive.  If a null
  1123.     argument is used,  FFIND will shell to DOS in the directory in
  1124.     which the file is located, giving you an opportunity to do
  1125.     whatever you want.  For example:
  1126.  
  1127.                 ffind -e "" test.txt
  1128.  
  1129.  
  1130. ~get
  1131.  
  1132.  
  1133.     NAME:
  1134.  
  1135.     GET     Find all file names containing specified string.
  1136.  
  1137.  
  1138.     SYNTAX:
  1139.  
  1140.     get [-adfl?] [path] string       Finds all files in path having
  1141.                                         string as part of file name.
  1142.  
  1143.  
  1144.     OPTIONS:
  1145.  
  1146.     a               Include hidden and system files in search.
  1147.         d               Include directories in search.
  1148.     f        Include floppy drives in search.
  1149.         l               Display in long format, showing attributes, size, 
  1150.             time and date.
  1151.         ?               Display help screen.
  1152.  
  1153.  
  1154.  
  1155.     DESCRIPTION:
  1156.  
  1157.       GET will search the specified path for all files having the 
  1158.     specified string as part of the file name.  If an extension is 
  1159.     provided GET will locate only files with that extension, otherwise 
  1160.     GET will locate all files regardless of extension.  For example:
  1161.  
  1162.                         get modem
  1163.  
  1164.         will locate QMODEM.DOC, JMODEM.ZIP and MODEMS.TXT.
  1165.  
  1166.                         get ted.zip
  1167.  
  1168.         will locate TED.ZIP and TED12.ZIP but will ignore TED.COM.
  1169.  
  1170.       GET will locate hidden and system files with the -a option and
  1171.     the -l option can be used to display complete information on each 
  1172.     file located.  The -d option can be used to locate directories.  
  1173.     There are no options to remove files.  
  1174.  
  1175.       The "path" specification is identical to the FFIND command.  If 
  1176.     you are searching all drives, the output of GET can be quite long.  
  1177.     Try piping it to READ.  For example:
  1178.  
  1179.                          get *: modems | read -f
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185. ~ls
  1186.  
  1187.  
  1188.     NAME:
  1189.  
  1190.     LS      List contents of directory.
  1191.  
  1192.  
  1193.     SYNTAX:
  1194.  
  1195.       ls [-124acdefklnprtuxz?] [dir1]..[dirn]   Displays contents of dir1..dirn
  1196.  
  1197.       ls [-124acdefklnprtuxz?] [fil1]..[filn]   Lists fil1..filn
  1198.  
  1199.  
  1200.  
  1201.     OPTIONS:
  1202.  
  1203.     1               Display one entry per line.
  1204.     2        Display two entries per line with size and date.
  1205.     4        Display four entries per line showing size only.
  1206.         a               Display hidden and system files.
  1207.         c               Display files sorted down each column.
  1208.     d        Display file totals and free disk space. 
  1209.         e               Sort file names by extension.
  1210.         f               Display files only. Omit directories.
  1211.         k               Do not pause when screen is full.
  1212.         l               Display files in long format, showing
  1213.                         name, attributes, size, time and date.
  1214.     n        Display file names in lower case.
  1215.         p               Put a back slash after each subdirectory.
  1216.         r               Reverse order of sort.
  1217.         t               Sort files by time and date.
  1218.         u               Do not sort files.
  1219.     x        Display files sorted across screen.
  1220.     z        Sort files by size.
  1221.         ?               Display help screen.
  1222.  
  1223.  
  1224.  
  1225.     DESCRIPTION:
  1226.  
  1227.       LS displays the contents of a directory sorted across the screen 
  1228.     in five columns.  The arguments can be either files or directories. 
  1229.     If wildcards are used, all matching files will be listed.  Multiple
  1230.     arguments are accepted and more than one directory can be displayed.
  1231.     If no arguments are used, the contents of the current directory will
  1232.     be displayed.  If no options are used, -xpd will be assumed and file 
  1233.     totals will be displayed at the bottom of the listing.
  1234.  
  1235.           The -x option will display files sorted across the screen and
  1236.     is used in the default mode. The -c option will display files sorted 
  1237.     down each column rather than across each row.  If the  -1 (one) option 
  1238.     is used, one entry per line is displayed showing only the file name.
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.       If the -l option is used, one entry per line is displayed, showing 
  1246.     name, attributes, size of file in bytes, and time and date of last 
  1247.     modification.  A modified DOS format is used which is more readable 
  1248.     than the standard UNIX format.  Attributes displayed in this format 
  1249.     are:
  1250.  
  1251.                         <DIR>           Subdirectory.
  1252.                         A               Archive bit is set.
  1253.                         R               File is read only.
  1254.                         H               File is hidden.
  1255.                         S               File is system.
  1256.  
  1257.     At the  end of each display the size of the directory in bytes is
  1258.     shown. The size of any subdirectories is not included in this figure.
  1259.     Also shown is the remaining disk space.
  1260.  
  1261.       LS now has two new display formats.  The -2 option will display
  1262.     two entries per line showing file size and date and the -4 option
  1263.     will display four entries per line showing size only.  In these
  1264.     two modes the files are sorted down each column.  The -x option
  1265.     can be combined with either of these options to display files
  1266.     sorted horizontally.
  1267.  
  1268.  
  1269.           LS will pause after displaying one page of information. Typing "q" 
  1270.       at this point will terminate the program. Typing any other key will  
  1271.     continue the display.  The -k option will suppress this feature and 
  1272.     provide a continuous output which can be  redirected.  In addition,
  1273.     the -k option will eliminate any graphics characters, allowing the
  1274.     output to be redirected to a non-IBM printer.
  1275.  
  1276.  
  1277.       If the -a option is used, any hidden or system files contained in 
  1278.     the directory are also displayed.  The -f option will display file
  1279.     names only and omit any subdirectories.  The -p option will append a 
  1280.     back slash  to the end of each subdirectory name, allowing the user 
  1281.     to distinguish between files and  subdirectories.  This option will
  1282.     not work with the -l option.  
  1283.  
  1284.  
  1285.       The -t option will will sort files by time and date and can be used 
  1286.     with the -r option to display newest files first.  The -e option 
  1287.     will sort file names by extension and the -u option will provide 
  1288.     unsorted output if so desired.
  1289.  
  1290.  
  1291.       The -d option can be used to to display file totals at the end
  1292.     of each directory and the -n option will provide lower case output 
  1293.     if needed.
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.       LS can  be custom configured by setting the environment
  1300.     variable "LSCFG" to the desired options.  For example:
  1301.  
  1302.             set lscfg=le
  1303.  
  1304.     will cause LS to default to the long format, with files sorted by 
  1305.     extension, unless an option is specified on the command line. 
  1306.  
  1307.  
  1308.       LS is now EDC compatible.  If EDC is installed, LS will accept 
  1309.     partial directory names. LS will first look for an immediate directory
  1310.     with the specified name.  If no directory is found it will check 
  1311.     PATH.EDC for any matches.  If no matches are found it will then check
  1312.     for a file with the given name.  When using this feature the user is
  1313.     limited to one argument.  If more than one directory is specified on 
  1314.     the command line, PATH.EDC will not be searched.  This feature has 
  1315.     been made invisible so that LS can still be used as a stand-alone 
  1316.     directory lister.  As a result no error messages relating to EDC or 
  1317.     PATH.EDC will be displayed.
  1318.  
  1319.  
  1320.           This version of LS will not recursively list subdirectories but 
  1321.     the FFIND command can be used to obtain the same result.  For
  1322.     example:
  1323.  
  1324.         ffind -lm dirname *.*
  1325.  
  1326.         ffind -lm . *.*
  1327.  
  1328.  
  1329.  
  1330. ~mv
  1331.  
  1332.  
  1333.     NAME:
  1334.  
  1335.     MV      Move file(s) to new file or directory.
  1336.  
  1337.  
  1338.     SYNTAX:
  1339.  
  1340.     mv [-afnost?] file1 file2       Moves (renames) file1 to file2.
  1341.  
  1342.     mv [-afnost?] file1 [file2..filen] dir1
  1343.  
  1344.                     Moves any number of files to dir1.
  1345.  
  1346.     mv dir1 dir2                    Renames dir1 to dir2. dir1 and dir2 
  1347.                     must be in the same parent directory.
  1348.  
  1349.  
  1350.     OPTIONS:
  1351.  
  1352.     a               Move read only, hidden and system files.
  1353.                         Prompt before overwriting protected files.
  1354.         f               Move and overwrite all files without prompting.
  1355.         i               Interactive mode. Prompt before moving.
  1356.         n               No delete. Do not overwrite existing files.
  1357.         o               Overwrite existing files without prompting.
  1358.         s               Move files without echoing to screen.
  1359.         t               Update file time and date when moving.
  1360.         ?               Display help screen.
  1361.  
  1362.  
  1363.     DESCRIPTION:
  1364.  
  1365.       MV moves one or more files to a new file or directory. If more than 
  1366.     one source file is specified or wildcards are used, the last argument
  1367.     must  specify  an existing directory or an error will occur.  If a 
  1368.     directory is used as a source, all files in the directory will be
  1369.         moved but subdirectories will not be moved.
  1370.  
  1371.       Each file is echoed to the screen as it is moved and existing files
  1372.     are not overwritten  without prompting.  If an existing file is 
  1373.     protected the user will be notified and prompted a second time before 
  1374.     the file is overwritten. Options are provided to override these 
  1375.     features when desired.
  1376.  
  1377.       The -i option will prompt the user for a yes or no answer before 
  1378.     moving each file.  Used with wildcards or directory names this option 
  1379.     provides an interactive method of moving files.
  1380.  
  1381.  
  1382.  
  1383.  
  1384.       In normal use MV, ignores hidden and system files and prompts
  1385.     the user before moving read only files. Hidden and system files can 
  1386.     be moved using the -a option or the -f option.  The -a option will 
  1387.     move read only, hidden and system files without prompting but will 
  1388.     still prompt the user before overwriting protected files. If the -f 
  1389.     option is used all existing files, even protected files, will be 
  1390.     overwritten without prompting the user.
  1391.  
  1392.       The -o option can be used overwrite existing files without
  1393.     prompting but will not overwrite protected files.  If the -n option
  1394.         is used, no existing files will be overwritten and the user will not
  1395.         be prompted.  The -n option overrides all other options in this 
  1396.     respect.
  1397.  
  1398.       If the -s option is used, filenames will not be echoed to the 
  1399.     screen when moving.  This option can be used with the -o, -f or -n 
  1400.     options when no screen output is desired.
  1401.  
  1402.       In normal use MV will carry over the time and date of the old file.
  1403.     If the -t option is used, the new file will be stamped with the 
  1404.     current DOS time and date. Unlike the CP command, MV will also carry 
  1405.     over the attributes of the old file.
  1406.  
  1407.  
  1408.  
  1409.  
  1410. ~mvdir
  1411.  
  1412.  
  1413.     NAME:
  1414.  
  1415.     MVDIR   Move directory and all subdirectories to new location.
  1416.  
  1417.  
  1418.     SYNTAX:
  1419.  
  1420.     mv dir1 dir2                    Moves dir1 to dir2
  1421.  
  1422.  
  1423.  
  1424.     OPTIONS:
  1425.  
  1426.     s               Move files without echoing to screen.
  1427.         ?               Display help screen.
  1428.  
  1429.  
  1430.  
  1431.     DESCRIPTION:
  1432.  
  1433.       MVDIR will move a directory and all its subdirectories to the 
  1434.     specified target. If the target directory does not exist a new 
  1435.     directory will be created. If the target directory does exist a 
  1436.     directory will be created within the target directory having the 
  1437.     same name as the old directory.
  1438.  
  1439.       MVDIR has three modes of operation totally independent of user 
  1440.     input.  If both old and new directories are in  the same parent 
  1441.     directory, MVDIR will rename the old directory.  If old and new 
  1442.     directories are not in the same parent directory but reside on the 
  1443.     same drive, MVDIR will create the new directory structure, rename 
  1444.     the files and then remove the old directory. If old and new directories
  1445.         reside on different drives MVDIR will create the new directory 
  1446.     structure, copy the files over and then remove the old files and 
  1447.     directories.  If an error occurs in this last mode, such as a disk 
  1448.     full error, MVDIR will abort and leave the old directory intact.
  1449.  
  1450.  
  1451.  
  1452. ~read
  1453.  
  1454.  
  1455.     NAME:
  1456.  
  1457.     READ      Display text in page format.
  1458.  
  1459.  
  1460.     SYNTAX:
  1461.  
  1462.     read [-f][+#]                         Displays standard input one page 
  1463.                         at a time.
  1464.  
  1465.         read [+#][+\string] file1..filen    Displays contents of files  one 
  1466.                         page at a time.
  1467.  
  1468.     read dir                Lists directory and allows user
  1469.                         to select file to be read.
  1470.  
  1471.  
  1472.     OPTIONS:
  1473.  
  1474.     -f              Store standard input in temporary file
  1475.                          before displaying.
  1476.  
  1477.         +###            Begin displaying at line ###.
  1478.  
  1479.     +\string    Begin displaying at first occurrence of string.
  1480.  
  1481.  
  1482.  
  1483.     DESCRIPTION:
  1484.  
  1485.       READ is a text file viewer which can read from STDIN like the
  1486.     DOS MORE command, or directly from a file.  For example:
  1487.  
  1488.             read < dosnix.doc
  1489.  
  1490.     and
  1491.  
  1492.             read dosnix.doc
  1493.  
  1494.     will both display DOSNIX.DOC.  Wild cards and multiple arguments
  1495.     can be used to view several files in sequence.  For example:
  1496.  
  1497.             read *.doc
  1498.  
  1499.     can be used to page through all .DOC files, and
  1500.  
  1501.             read whats.new quickref.doc
  1502.  
  1503.     will first read WHATS.NEW, then QUICKREF.DOC.
  1504.  
  1505.       
  1506.  
  1507.  
  1508.  
  1509.  
  1510.       When READ begins, it will display one page of text and then pause. 
  1511.     The user can then enter one of the following commands:
  1512.  
  1513.                 <space>         Toggle continuous scroll.
  1514.  
  1515.                 <PgDn>          Clear screen and display next page.
  1516.  
  1517.                 ^D, D, ]      Display next half page of text.
  1518.  
  1519.                 Enter or        Display next line of text.
  1520.                 Down Arrow
  1521.  
  1522.                 <PgUp>, ^B      Clear screen and display previous page.
  1523.  
  1524.                 ^U, U,  [       Move back one half page.
  1525.  
  1526.         Up Arrow    Move back one line.
  1527.  
  1528.         Right Arrow    Shift screen one tab stop right.
  1529.  
  1530.         Left Arrow    Shift screen one tab stop left.
  1531.  
  1532.                 H, Backspace    Display help page.
  1533.  
  1534.                 ^L, .           Rewrite current page.
  1535.  
  1536.                 Home            Move to beginning of file.
  1537.  
  1538.                 End or $        Move to end of file.
  1539.  
  1540.                 N             Display next file.
  1541.  
  1542.         P         Return to previous file.
  1543.  
  1544.         F4              Select new file.
  1545.  
  1546.         \, F2        Search text for string.  Ignore case.
  1547.  
  1548.         |, ShF2        Search text for string.  Match exact case.
  1549.  
  1550.         /, F3        Search text for next occurrence of string.
  1551.  
  1552.                 -###            Move back ### lines.
  1553.  
  1554.                 +###            Move forward ### lines.
  1555.  
  1556.                 ###             Move to line number ###.
  1557.  
  1558.         !        Shell to DOS.
  1559.  
  1560.                 Q, Esc             Terminate the program.
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.       The escape key can be used to interrupt text searches and exit
  1567.     the help screen.  It will also terminate the program from the main
  1568.     menu.  F10 or Del can be used in place of Esc and  ^PgUp and ^PgDn
  1569.     can be used in place of Home and End.
  1570.  
  1571.       The number of the top line is displayed on the menu bar unless 
  1572.     the end of file message is visible, then the line number displayed 
  1573.     will be the last line of the file.  Unless the file is very small, 
  1574.     you can use PgUp to realign the last page and get rid of the message. 
  1575.  
  1576.       If the number keys are used to go to a line already on the screen, 
  1577.     the screen will scroll until the line is at the top.  Otherwise the 
  1578.     screen will clear and a new page will be displayed.  
  1579.  
  1580.       READ now has a unique method of utilizing the space bar.  
  1581.     Instead of displaying one page of text and halting, pressing 
  1582.     the spacebar will cause the text to scroll until the spacebar
  1583.     is pressed again.  This allows you to halt the display at any
  1584.     desired position.  The scroll rate can be adjusted by pressing 
  1585.     the up and down arrows while the text is moving.  
  1586.  
  1587.       Don't try to control the text with the arrow keys.  Use
  1588.     them to adjust the scroll rate then control the text with the 
  1589.     spacebar.
  1590.  
  1591.  
  1592.       Text searches can be done by typing a "\" or a "|".  You will then 
  1593.     be prompted to enter a search string.  READ will begin displaying ten 
  1594.     lines before the line containing the search string and the matching 
  1595.     line will be highlighted.  The "\" command will ignore differences 
  1596.     between upper and lower case.  The "|" command will find only strings
  1597.     having the exact case as the search string.  Typing a "/" will find
  1598.     the next occurrence of the string and will work with either of the
  1599.     two previous commands. Searches can not be done when reading from 
  1600.     standard input.
  1601.  
  1602.       If +\string is used as an option, READ will search the first 
  1603.     occurrence of "string" before displaying.  For example:
  1604.  
  1605.             read +\ffind dosnix.doc
  1606.  
  1607.     will scan DOSNIX.DOC for the first occurrence of "ffind" and
  1608.     begin displaying ten lines before the first matching line.
  1609.  
  1610.       Case sensitive searches can also be initiated from the command
  1611.     line.  Because "|" is a DOS operator it will be necessary to put
  1612.     the argument in quotes.  For example:
  1613.  
  1614.         read "+|FFIND" dosnix.doc
  1615.  
  1616.       READ can handle files containing up to 30,000 lines although text
  1617.     searches can be slow on large files.
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.        
  1624.       Pressing F4 will display the current directory.  You can then
  1625.     use the arrow keys to select either a new file or a new directory.
  1626.     This mode can be entered from the command line by using a directory
  1627.     as an argument.
  1628.  
  1629.  
  1630.       When +### is used as an option, READ will begin displaying at 
  1631.     whatever line number is given after the plus sign.  For example:
  1632.  
  1633.         read +300 dosnix.doc
  1634.  
  1635.     will begin displaying at line 300.
  1636.  
  1637.  
  1638.       Output from other programs can be piped to READ using the "|"
  1639.         operator.  When displaying redirected input, search and    back scroll 
  1640.     commands are not available and lines longer than 80 columns will be 
  1641.     wrapped.  A '-f' option has been provided which will dump redirected 
  1642.     input into a temporary file before reading, making the full range of 
  1643.     commands available.  For example:
  1644.  
  1645.                         ffind -m c:\ *.* | read -f
  1646.  
  1647.         will allow the user to page through the output of FFIND which in 
  1648.     this case is a complete list of files on drive C.
  1649.  
  1650.  
  1651.       Typing "read" by itself with no arguments will echo whatever is
  1652.     typed on the keyboard.  This is also true for CAT and other 
  1653.     commands which are capable of reading STDIN.  This can be confusing  
  1654.     for novice users.  To get out of this mode type CTRL-Z followed
  1655.     by a carriage return.
  1656.  
  1657.       READ is now provided in two versions.  The standard version,
  1658.     READ.EXE will handle files containing up to 30,000 lines.  The
  1659.     large version, READXL.EXE will handle files containing up to
  1660.     100,000 lines and requires 350k of free memory to run.
  1661.  
  1662.  
  1663.  
  1664. ~rm
  1665.  
  1666.  
  1667.     NAME:
  1668.  
  1669.     RM      Remove file(s).
  1670.  
  1671.  
  1672.     SYNTAX:
  1673.  
  1674.     rm [-fis] file1...filen        Removes files.
  1675.  
  1676.     rm -r[fis] dir1..dirn          Completely removes directories.
  1677.  
  1678.  
  1679.  
  1680.     OPTIONS:
  1681.  
  1682.     f               Remove protected files without prompting.
  1683.         i               Remove files interactively.
  1684.         r               Recursively remove subdirectories.
  1685.         s               Remove files without echoing to screen.
  1686.  
  1687.  
  1688.  
  1689.  
  1690.     DESCRIPTION:
  1691.  
  1692.       RM is the UNIX equivalent of the MSDOS DEL command.  If a protected 
  1693.     file is specified, RM will prompt you before removing it unless the
  1694.     -f option is used.  This version of RM will display each filename as
  1695.     it is removed.  You can use the  -s option to override this feature.
  1696.  
  1697.       The -i option can be used with wildcards to allow you to pick 
  1698.     and choose which files will be removed. For example:
  1699.  
  1700.                         rm -i *.*
  1701.  
  1702.     will display each filename in the current directory and prompt you
  1703.     for a yes or no answer before deleting.
  1704.  
  1705.       The -r option is used to remove directories.  A directory cannot 
  1706.     be removed unless this option is used.  The directory along with all 
  1707.     files and subdirectories will be completely removed.  If you are using 
  1708.     RM to remove a directory on another drive, make sure that the drive is
  1709.     not logged in to the directory you are removing.  RM cannot remove the
  1710.         current directory of any drive.  
  1711.  
  1712.       If the root directory of any drive is specified, all files and
  1713.     directories on the drive will be removed.  The root directory itself 
  1714.     can not be removed.  For example:
  1715.  
  1716.             rm -r a:\
  1717.  
  1718.     will remove everything on drive A.  RM is a great tool for erasing
  1719.     floppy disks but it is also capable of wiping out your hard disk.
  1720.     Use it with care.
  1721.  
  1722.       RM will now accept multiple arguments, making it easier to clean
  1723.     up directories.  It is okay to mix file    names and directory names as 
  1724.     long as the -r option is used.
  1725.  
  1726.  
  1727.  
  1728. ~rn
  1729.  
  1730.  
  1731.     NAME:
  1732.  
  1733.     RN      Rename file or directory.
  1734.  
  1735.  
  1736.     SYNTAX:
  1737.  
  1738.  
  1739.     rn oldfile newfile              Renames oldfile to newfile.
  1740.     rn oldfile dir                  Relocates oldfile to dir.
  1741.         rn olddir  newdir               Renames olddir to newdir.
  1742.  
  1743.  
  1744.  
  1745.     OPTIONS: none
  1746.  
  1747.  
  1748.  
  1749.  
  1750.     DESCRIPTION:
  1751.  
  1752.       RN is similar to the MV command but is much more limited in scope.  
  1753.     Only one file or directory can be renamed at a time and wild cards 
  1754.     are not permitted.  Files can not be  relocated to another drive and 
  1755.     directories can only be renamed within the parent directory.  Because 
  1756.     of its small size, RN is very useful for floppy drive systems where
  1757.     space is limited.
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763. ~sgrep
  1764.  
  1765.  
  1766.     NAME:
  1767.  
  1768.     SGREP    Search text file(s) for specified string. *
  1769.  
  1770.  
  1771.     SYNTAX:
  1772.  
  1773.  
  1774.     sgrep [-chilnv] string file1...filen
  1775.  
  1776.                     Searches file1..filen for string.       
  1777.  
  1778.         sgrep [-cinv] string        Searches STDIN for string.    
  1779.  
  1780.  
  1781.  
  1782.  
  1783.     OPTIONS:
  1784.  
  1785.     -c          Print only a count of matching lines.
  1786.     -h          Do not print file names.
  1787.     -i          Ignore differences between upper and lower case.
  1788.         -l          Print only the names of files with matching lines.
  1789.         -n          Print line numbers of matching lines.
  1790.         -v          Print only lines that don't match.
  1791.  
  1792.  
  1793.     DESCRIPTION:
  1794.  
  1795.       SGREP is a simplified version of the UNIX FGREP command and
  1796.     is similar to the MSDOS FIND command.  SGREP will search one
  1797.     or more files for a specified text string and display each
  1798.     line in which the string is found. Unlike FIND, SGREP will
  1799.     accept wild cards and multiple arguments as filenames.  It
  1800.     is not necessary to enclose the search string in quotes unless
  1801.     it contains a space.  For example:
  1802.  
  1803.         sgrep Zmodem rta.log
  1804.  
  1805.     will find all references to Zmodem in RTA.LOG and
  1806.  
  1807.         sgrep "File Express" rta.log
  1808.  
  1809.     will find all references to File Express.
  1810.  
  1811.       A -i option has been provided to ignore case differences
  1812.     when searching.  For example:
  1813.  
  1814.         sgrep -i zmodem rta.log
  1815.  
  1816.     will locate all references to ZMODEM, zmodem or Zmodem.
  1817.  
  1818.  
  1819.  
  1820.         
  1821.       If more than one file is being searched, SGREP will precede
  1822.     each line displayed with the name of the file in which it is
  1823.     found.  The -h option will suppress this feature.  The -n option
  1824.     will display the number of each line.  For example:
  1825.  
  1826.         sgrep -n Zmodem *.log
  1827.  
  1828.     will display each line containing "Zmodem" preceded by the name
  1829.     of the file and the number of the line, while
  1830.  
  1831.         sgrep -h Zmodem *.log
  1832.  
  1833.     will display only lines containing "Zmodem" with no file name or
  1834.     line number.
  1835.         
  1836.         If the -n option is used SGREP will display only the names of
  1837.     files containing matching lines.  The -c option is similar but
  1838.     will also give a count of matching lines.  The -v option displays
  1839.     lines that do NOT match the search string.
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845. ~split
  1846.  
  1847.  
  1848.     NAME:
  1849.  
  1850.     SPLIT    Split a text file into several smaller files. *
  1851.  
  1852.  
  1853.     SYNTAX:
  1854.  
  1855.  
  1856.     split [-###]            Splits standard input into
  1857.                     several small files.
  1858.  
  1859.     split [-###] file        Splits file into smaller files.
  1860.  
  1861.  
  1862.  
  1863.     OPTIONS:
  1864.  
  1865.     -###        Set output file size to ### lines.
  1866.  
  1867.  
  1868.  
  1869.  
  1870.     DESCRIPTION:
  1871.  
  1872.       SPLIT will divide a text file into smaller files of 1000 lines each.  
  1873.     If a smaller or larger output file size is desired, the number of 
  1874.     lines can be specified as an option.  Output files are named by adding
  1875.     extensions of .XAA, .XAB, etc. to the source file name.  When reading 
  1876.     from standard input output files are named XAA, XAB, etc.  For example:
  1877.  
  1878.             split -500  dosnix.doc
  1879.  
  1880.     will divide DOSNIX.DOC into files of 500 lines each named DOSNIX.XAA, 
  1881.     DOSNIX.XAB, DOSNIX.XAC .... , while
  1882.  
  1883.             cat dosnix.doc | split -250
  1884.  
  1885.     will divide DOSNIX.DOC into files of 250 lines each named XAA, XAB, 
  1886.     XAC ....  This allows for up to 676 output files although it is not 
  1887.     wise to split up a file into that many pieces.  Files can be re-
  1888.     assembled after editing, or other modifications, by using CAT.
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894. ~tee
  1895.  
  1896.  
  1897.     NAME:
  1898.  
  1899.     TEE     Copy standard input to standard output and file(s).
  1900.  
  1901.  
  1902.     SYNTAX:
  1903.  
  1904.     tee [-a] file1 [file2]..[file5]         Copies STDIN to STDOUT and 
  1905.                         file1..file5.
  1906.  
  1907.  
  1908.     OPTIONS:
  1909.  
  1910.     a                       Append output to specified file[s]
  1911.         s                       Suppress standard output.
  1912.  
  1913.  
  1914.     DESCRIPTION:
  1915.  
  1916.       TEE can be used with the DOS "|" operator and any command which 
  1917.     writes to standard output.  For example:
  1918.  
  1919.         cat file1 file2 | tee file3
  1920.  
  1921.     concatenates file1 and file2 while displaying them on the screen and 
  1922.     stores them in file3.
  1923.  
  1924.                  ls -lb dir1 | tee file1
  1925.  
  1926.         displays dir1 in long format and stores the output in file1.
  1927.  
  1928.           The -a option can be used to append the output to existing files.  
  1929.     If the -a option is not used, existing files will be overwritten.  
  1930.     For example:
  1931.  
  1932.                         tee -a file2 <file1
  1933.  
  1934.         displays file1 and appends it to the end of file2
  1935.  
  1936.                         tee file2 <file1
  1937.  
  1938.         displays file1 and overwrites file2.
  1939.  
  1940.           The -s option can be used to suppress standard output and write to 
  1941.     specified files only.  For example:
  1942.  
  1943.         cat source1 | tee -s file1 file2 file3
  1944.  
  1945.         will make multiple copies of source1 without displaying it on the 
  1946.     screen.
  1947.  
  1948.           TEE is meant for use with text files only and use with binary files 
  1949.     is not recommended.
  1950.  
  1951.  
  1952.  
  1953. ~tolower
  1954.  
  1955.  
  1956.     NAME:
  1957.  
  1958.     TOLOWER         Convert to lower case.
  1959.  
  1960.  
  1961.  
  1962.     SYNTAX:
  1963.  
  1964.     tolower                         Converts STDIN to lower case and 
  1965.                     writes to STDOUT.
  1966.  
  1967.  
  1968.  
  1969.     DESCRIPTION:
  1970.  
  1971.       TOLOWER is a filter which will convert all upper case characters to 
  1972.     lower case.  All other characters are left unchanged.  For example:
  1973.  
  1974.                         tolower < file1 > file2
  1975.  
  1976.         converts file1 to lower case and stores the result in file2.
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982. ~touch
  1983.  
  1984.  
  1985.     NAME:
  1986.  
  1987.     TOUCH   Modify file date and time.
  1988.  
  1989.  
  1990.  
  1991.     SYNTAX:
  1992.  
  1993.     touch [-t] [mm/dd/yy;hh:mm:ss] file1
  1994.                                                 Changes date and time of file1
  1995.  
  1996.  
  1997.  
  1998.     OPTIONS:
  1999.  
  2000.     t                       User selected time and date.
  2001.  
  2002.  
  2003.  
  2004.     DESCRIPTION:
  2005.  
  2006.       TOUCH will change the date and time of the specified file to the 
  2007.     current DOS date and time.  If the -t option is used the user can 
  2008.     supply the date and time as the next argument in the format 
  2009.     mm/dd/yy;hh:mm:ss.  If the date and time argument is omitted the 
  2010.     user is prompted to enter the  date and time of his choice.  Wildcards 
  2011.     can be used in file names.
  2012.  
  2013.  
  2014.  
  2015.  
  2016. ~toupper
  2017.  
  2018.  
  2019.     NAME:
  2020.  
  2021.     TOUPPER         Convert to upper case.
  2022.  
  2023.  
  2024.  
  2025.     SYNTAX:
  2026.  
  2027.     toupper                         Converts STDIN to upper case and 
  2028.                     writes to STDOUT.
  2029.  
  2030.  
  2031.  
  2032.     DESCRIPTION:
  2033.  
  2034.       TOUPPER is a filter which will convert all lower case characters 
  2035.     to upper case.  All other characters are left unchanged.  For example:
  2036.  
  2037.                         toupper < file1 > file2
  2038.  
  2039.         converts file1 to upper case and stores the result in file2.
  2040.  
  2041.  
  2042. ~wc
  2043.  
  2044.  
  2045.     NAME:
  2046.  
  2047.     WC        Count lines, words and characters in a file. *
  2048.  
  2049.  
  2050.  
  2051.     SYNTAX:
  2052.  
  2053.  
  2054.     wc                    Counts lines, words and
  2055.                         characters in STDIN.
  2056.  
  2057.     wc [-clw] file1[..filen]        Counts lines words and
  2058.                         characters in file1..filen.
  2059.  
  2060.  
  2061.  
  2062.     OPTIONS:
  2063.  
  2064.     -c              Print character count only.
  2065.     -l              Print line count only.
  2066.     -w              Print word count only.
  2067.  
  2068.  
  2069.  
  2070.     DESCRIPTION:
  2071.  
  2072.       WC will count the number of lines, words and characters in one
  2073.     or more text files and display the totals on the screen.  Options are 
  2074.     provided to print a count of lines only, words only or characters
  2075.     only. If no options are used WC will display all three counts.
  2076.     For example:
  2077.  
  2078.             wc dosnix.doc
  2079.  
  2080.     will display the total number of lines, words and characters in
  2081.     DOSNIX.DOC, while
  2082.  
  2083.             wc -l dosnix.doc
  2084.  
  2085.     will display only the number of lines in DOSNIX.DOC, and
  2086.  
  2087.             wc -w *.doc
  2088.  
  2089.     will display the number of words in each file with an extension of
  2090.     .DOC.  A word is considered to be one or more characters delimited
  2091.     by a blank, tab or a newline.
  2092.  
  2093.  
  2094.  
  2095.  
  2096.  
  2097.       WC will also read from STDIN.  For example:
  2098.  
  2099.             cat *.c | wc 
  2100.  
  2101.     will give the total number of lines, words and characters in all
  2102.     .C files.  If WC is reading from a file, the name of each file
  2103.     will be printed after the count.  When reading from STDIN, no file
  2104.     name is printed.
  2105.  
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111.  
  2112.                               DISCLAIMER OF WARRANTY
  2113.  
  2114.     This software and manual are sold "as is" and without warranties as to
  2115.     performance of merchantability or any other warranties whether expressed
  2116.     or implied.  Because of the various hardware and software environments
  2117.     into which this program may be put, no warranty of fitness for a particular
  2118.     purpose is offered.
  2119.  
  2120.     Good data processing procedure dictates that any program be thoroughly
  2121.     tested with non-critical data before relying on it.  The user must assume
  2122.     the entire risk of using the program.  Any liability of the seller will be
  2123.     limited exclusively to product replacement or refund of purchase price.
  2124.  
  2125.  
  2126.  
  2127.  
  2128.  
  2129. ~registration
  2130.  
  2131.  
  2132.           DOSNIX ver. 2.0d is the product of many hours of design, testing
  2133.         and debugging.  If you use this utility package beyond a reasonable
  2134.         period of time for evaluation, you are required to register. When 
  2135.     you register you will be sent a copy of the latest version of DOSNIX 
  2136.     The fee for registration is $25.00.  Currently registered users may 
  2137.     upgrade at any time by sending $5.00 to cover shipping and handling.
  2138.  
  2139.           Copies of DOSNIX ver. 2.0d can be made and distributed provided 
  2140.         that all utilities, documentation and licensing information are 
  2141.     included.  Even if you do not use this program you are encouraged 
  2142.     to share it with your friends and to upload it to bulletin boards. 
  2143.     Shareware dealers are free to distribute this program provided that 
  2144.     they comply with the guidelines given in REGISTER.DOC.
  2145.  
  2146.           Businesses are invited to use DOSNIX on a trial basis and then to
  2147.         apply for a site license.  Please write to me at the address below
  2148.         to register or to obtain information on site licenses.
  2149.  
  2150.  
  2151.                         Gerald M. Vrooman
  2152.                         6400 NY RT 79
  2153.                         Chenango Forks, NY
  2154.                         13746
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161. -------------------------------------------------------------------------------
  2162.  
  2163.  
  2164.                   DOSNIX  2.0d REGISTRATION
  2165.  
  2166.  
  2167.  
  2168.         NAME:     ____________________________________________________________
  2169.  
  2170.         ADDRESS:  ____________________________________________________________
  2171.  
  2172.                   ____________________________________________________________
  2173.  
  2174.                   ____________________________________________________________
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.     ____ Upgrade to latest version of DOSNIX @ $5.00      ____________
  2182.  
  2183.  
  2184.     ____ Single user registration @ $25.00                ____________
  2185.          (Includes latest version.)
  2186.  
  2187.  
  2188.     ____ Basic Site License @ $65.00                      ____________
  2189.          (Up to three computers)
  2190.  
  2191.  
  2192.     ____ Additional computers @ $20.00 
  2193.          (For networks estimate the number
  2194.           of computers which  will be using
  2195.           DOSNIX)                                  ____________
  2196.  
  2197.  
  2198.  
  2199.     Total amount enclosed                                 ____________
  2200.     
  2201.  
  2202.  
  2203.  
  2204.         Please circle one:      5.25" disk      3.5" disk
  2205.  
  2206.  
  2207.  
  2208.